home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 March / PCWMAR06.iso / Software / Resources / UniDream PowerBatch 6.0 / pb_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-05-24  |  4.3 KB  |  75 lines

  1. ;InnoSetupVersion=5.0.4
  2. [Setup]
  3. AppName=UniDream PowerBatch
  4. AppVerName=UniDream PowerBatch
  5. AppId=UniDream PowerBatch
  6. AppVersion=UniDream PowerBatch
  7. AppPublisher=UniDream Marketing Technologies Inc.
  8. AppPublisherURL=http://www.photowatermark.com
  9. AppSupportURL=http://www.photowatermark.com
  10. AppUpdatesURL=http://www.photowatermark.com
  11. DefaultDirName={pf}\UniDream PowerBatch
  12. DefaultGroupName=UniDream PowerBatch
  13. UninstallDisplayName=UniDream PowerBatch
  14. OutputBaseFilename=pb_setup
  15. Compression=lzma
  16. PrivilegesRequired=none
  17. AllowNoIcons=yes
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\powerbatch.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\watermark.chm"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\UnidreamLED.ttf"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\frames\birthday.png"; DestDir: "{app}\frames"; Flags: ignoreversion 
  25. Source: "{app}\frames\gold.png"; DestDir: "{app}\frames"; Flags: ignoreversion 
  26. Source: "{app}\frames\heart.png"; DestDir: "{app}\frames"; Flags: ignoreversion 
  27. Source: "{app}\frames\night.png"; DestDir: "{app}\frames"; Flags: ignoreversion 
  28. Source: "{app}\frames\purple.png"; DestDir: "{app}\frames"; Flags: ignoreversion 
  29. Source: "{app}\frames\yellow.png"; DestDir: "{app}\frames"; Flags: ignoreversion 
  30. Source: "{app}\Library\angle_3d.wmk"; DestDir: "{app}\Library"; Flags: ignoreversion 
  31. Source: "{app}\Library\emboss.wmk"; DestDir: "{app}\Library"; Flags: ignoreversion 
  32. Source: "{app}\Library\engrave.wmk"; DestDir: "{app}\Library"; Flags: ignoreversion 
  33. Source: "{app}\Library\gradient.wmk"; DestDir: "{app}\Library"; Flags: ignoreversion 
  34. Source: "{app}\Library\gradient_outline.wmk"; DestDir: "{app}\Library"; Flags: ignoreversion 
  35. Source: "{app}\Library\gradient_symbol_3d.wmk"; DestDir: "{app}\Library"; Flags: ignoreversion 
  36. Source: "{app}\Library\innershadow3d.wmk"; DestDir: "{app}\Library"; Flags: ignoreversion 
  37. Source: "{app}\Library\innershadow_texture.wmk"; DestDir: "{app}\Library"; Flags: ignoreversion 
  38. Source: "{app}\Library\outline.wmk"; DestDir: "{app}\Library"; Flags: ignoreversion 
  39. Source: "{app}\Library\outline_shadow.wmk"; DestDir: "{app}\Library"; Flags: ignoreversion 
  40. Source: "{tmp}\psvince.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  41. [INI]
  42. FileName: "{app}\PowerBatch.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.unidreamtech.com"; Flags: uninsdeleteentry 
  43. [Run]
  44. Filename: "{app}\powerbatch.exe"; Description: "{cm:LaunchProgram,UniDream PowerBatch}"; Flags: postinstall skipifsilent nowait
  45. [Icons]
  46. Name: "{group}\UniDream PowerBatch"; Filename: "{app}\powerbatch.exe"; Tasks: desktopicon; 
  47. Name: "{group}\UniDream PowerBatch"; Filename: "{app}\powerbatch.exe"; 
  48. Name: "{group}\{cm:ProgramOnTheWeb,UniDream PowerBatch}"; Filename: "{app}\PowerBatch.url"; 
  49. Name: "{group}\{cm:UninstallProgram,UniDream PowerBatch}"; Filename: "{uninstallexe}"; 
  50. Name: "{commondesktop}\UniDream PowerBatch"; Filename: "{app}\powerbatch.exe"; Tasks: desktopicon; 
  51. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Photo Watermark Professional"; Filename: "{app}\powerbatch.exe"; Tasks: quicklaunchicon; 
  52. [Tasks]
  53. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  54. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  55. [InstallDelete]
  56. Type: files; Name: "{app}\PowerBatch.ini"; 
  57. [UninstallDelete]
  58. Type: files; Name: "{app}\PowerBatch.url"; 
  59. Type: files; Name: "{app}\powerbatch.ini"; 
  60. Type: filesandordirs; Name: "{app}\Languages"; 
  61. [CustomMessages]
  62. default.NameAndVersion=%1 version %2
  63. default.AdditionalIcons=Additional icons:
  64. default.CreateDesktopIcon=Create a &desktop icon
  65. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  66. default.ProgramOnTheWeb=%1 on the Web
  67. default.UninstallProgram=Uninstall %1
  68. default.LaunchProgram=Launch %1
  69. default.AssocFileExtension=&Associate %1 with the %2 file extension
  70. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  71. [Languages]
  72. ; These files are stubs
  73. ; To achieve better results after recompilation, use the real language files
  74. Name: "default"; MessagesFile: "embedded\default.isl"; 
  75.